libxl: rename is_assigned to is_pcidev_in_array
authorDoug Magee <djmagee@mageenet.net>
Tue, 24 Jan 2012 15:36:19 +0000 (15:36 +0000)
committerDoug Magee <djmagee@mageenet.net>
Tue, 24 Jan 2012 15:36:19 +0000 (15:36 +0000)
commit92e33c0719d4dd063f308f8dcdb8f9eb31580124
tree2b85c19e847e2015e6ee940a11b4202e633b2d80
parent4c20f820c1ff6d381bc11b31d47bf3580e2e2d6c
libxl: rename is_assigned to is_pcidev_in_array

All this function does is check to see if a device is in an array of
pcidevs passed by the caller.  The function name can be misleading if
ever used to check against a list of devices other than those assigned
to a domain.

Signed-off-by: Doug Magee <djmagee@mageenet.net>
Acked-by: Ian Jackson <ian.jackson@eu.citrix.com>
Committed-by: Ian Jackson <ian.jackson@eu.citrix.com>
tools/libxl/libxl_pci.c